docs(authelia): sync template standards#327
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single ChangesPlayground Config Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
db399f4 to
dfe09ef
Compare
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 6, 2026
## Summary - add the canonical authelia.validate helper and validate.yaml gate - centralize fail-fast validation for database mode, backup, ingress hosts, Gateway parentRefs, and selector label overrides - disable the Authelia NTP startup check by default for Kubernetes startup stability - make dual-stack CI compatible with single-stack k3d and point ExternalSecrets CI at the HelmForge fake ClusterSecretStore - add helm-unittest coverage for validation failures and the NTP startup-check default ## Validation - make template-standards-check CHART=authelia - helm unittest charts/authelia - helm lint --strict charts/authelia - make standards-check CHART=authelia - make validate-chart CHART=authelia TIMEOUT=1200: FULLY VALIDATED (18 layers) - make site-sync-check CHART=authelia - make release-check REPO=charts - make attribution-check REPO=charts Site PR: helmforgedev/site#327 Issue: #633 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added fail-fast Helm chart validation with clear error messages for common misconfigurations (database mode, S3 backup settings, ingress/gateway requirements, and restricted label overrides). * **Bug Fixes** * Increased tolerated NTP clock drift during startup checks (`max_desync` from 3s to 30s). Startup checks remain enabled. * **CI/Chart Improvements** * Updated the dual-stack CI scenario to rely on `PreferDualStack` only (no explicit IPv4/IPv6 family lists) while keeping persistence disabled. * Adjusted External Secrets mappings to use the test `ClusterSecretStore` and direct `remoteRef` key references. * **Tests** * Updated secret rendering assertions for the new NTP drift window and added a validation test suite. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
dfe09ef to
ad6ce0a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Chart PR: helmforgedev/charts#647
Issue: helmforgedev/charts#633
Summary by CodeRabbit